Step by step - Run and Connect to SQL Server in Docker
In this video we show you how to spin up an instance of SQL Server in Docker, then connect into it u ...View More
Manage user roles in asp net core identity
How to add or remove roles for a given user using the asp.net core identity api Text version of the ...View More
Deploy a .NET Core API with Docker (Step-by-Step)
In this video we build & package a .NET Core API as a Docker image, then deploy and spin that image ...View More
Asp.Net Core WebSockets Vs SignalR. Which should you use? (Full Course)
In this video we build 2 separate chat applications, one using Asp.Net Core WebSockets and the other ...View More
Show or hide navigation menu based on user role in asp net core
How to show or hide navigation menu items based on the logged-in user role in asp.net core mvc. Heal ...View More
Open redirect vulnerability example
What is Open Redirect Vulnerability How to prevent open redirect attacks in asp.net core Healthy die ...View More
Show or hide login and logout links based on login status in asp net core
In this video we will discuss How to show or hide LOGIN, LOGOUT and REGISTER links based on whether ...View More
Logging exceptions in ASP NET Core
In this video we will discuss how to log our own messages, warnings and exceptions using the ILogger ...View More
Global exception handling in asp net core mvc
In this video we will discuss how to implement global exceptions handler in ASP.NET Core MVC Text ve ...View More
httppost edit action in asp net core mvc
In this video we will discuss how to handle and process the posted edit view. So in short, we want t ...View More